home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / script.lzh / script_0.4 / example / example.h < prev    next >
Text File  |  1996-12-11  |  184b  |  8 lines

  1. /* example.h */
  2.  
  3. #define PORT_NAME "script-library-test"
  4. #define FUNC_NAME "testfunction"
  5. #define VAR_NAME  "TESTVAR"
  6. #define VAR_VALUE "invalid"
  7. #define RET_VALUE "<returned string>"
  8.